From: Lucian Cristian Date: Tue, 5 Feb 2019 02:06:18 +0000 (+0200) Subject: freetype: add host config flags X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=51197633c3eb30b02a0a7f7fbaade2445bffc18e;p=feed%2Fpackages.git freetype: add host config flags this fixes static linking with mkfontscale/host xorg app Signed-off-by: Lucian Cristian --- diff --git a/libs/freetype/Makefile b/libs/freetype/Makefile index d7a4ae9ebf..2865b615bf 100644 --- a/libs/freetype/Makefile +++ b/libs/freetype/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freetype PKG_VERSION:=2.9.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/freetype @@ -51,6 +51,11 @@ CONFIGURE_ARGS += \ --with-zlib=yes \ --with-png=yes +HOST_CONFIGURE_ARGS+= \ + --with-bzip2=no \ + --with-zlib=no \ + --with-png=no + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all install endef